GrapeCity ActiveReports for .NET 12.0J
Record コンストラクタ

レコードのインデックス。
フィールド名をフィールドインデックスにマップするディクショナリーです。
レコードのフィールド値のリスト。
Recordクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal index As Integer, _
   ByVal fieldNames As IDictionary(Of String,Integer), _
   ByVal data As IList(Of Variant) _
)
public Record( 
   int index,
   IDictionary<string,int> fieldNames,
   IList<Variant> data
)

パラメータ

index
レコードのインデックス。
fieldNames
フィールド名をフィールドインデックスにマップするディクショナリーです。
data
レコードのフィールド値のリスト。
参照

関連項目

Record クラス
Record メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.